home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / the_independent.swf / scripts / DefineButton2_54 / BUTTONCONDACTION on(release).as
Text File  |  2011-08-19  |  266b  |  12 lines

  1. on(release){
  2.    servresult = "";
  3.    errormsg = "";
  4.    username = _parent.username;
  5.    email = _parent.email;
  6.    agency = _parent.agency;
  7.    score = _global.score;
  8.    optin = _parent.optin;
  9.    loadVariables("submitscore.php",this,"GET");
  10.    this.play();
  11. }
  12.